g++_intrinsics_test


g++_intrinsics_test a C++ code which tests the intrinsic functions provided by the gnu G++ compiler.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

g++_intrinsics_test is available in a C++ version.

Related Data and Programs:

c_intrinsics_test, a C code which illustrates the use of intrinsic functions supplied by the C language.

cpp_intrinsics_test, a C++ code which illustrates the use of intrinsic functions supplied by the C++ language.

f77_intrinsics_test, a Fortran77 code which includes some examples of the use of intrinsic functions included with the Fortran77 standard language.

f90_intrinsics_test, a Fortran90 code which includes some examples of the use of intrinsic functions included with the Fortran90 standard language.

g77_intrinsics_test, a Fortran77 code which includes some examples of the use of intrinsic functions included with the g77 compiler.

g95_intrinsics_test, a Fortran90 code which includes some examples of the use of intrinsic functions peculiar to the GNU g95 Fortran compiler.

gcc_intrinsics_test, a C code which demonstrates the use of some of the intrinsic functions included with the GCC compiler.

gfortran_intrinsics_test, a Fortran90 code which demonstrates the use of some of the intrinsic functions included with the GFortran compiler.

math_intrinsics_test, a java code which illustrates the use of the intrinsic functions in the Java Math package.

xlf_intrinsics_test, a Fortran90 code which includes some examples of the use of intrinsic functions peculiar to the IBM XLF Fortran compiler.

Reference:

  1. Brian Gough,
    An Introduction to GCC,
    Network Theory Ltd,
    ISBN: 0-9541617-9-3.
  2. Arthur Griffith,
    GCC: The Complete Reference,
    McGrawHill,
    ISBN: 0-07-222405-3.
  3. Richard Stallman,
    Using GCC: The Gnu Compiler Collection Reference,
    Free Software Foundation,
    ISBN: 1-882114-39-6.

Source Code:


Last revised on 10 February 2020.