gcc_intrinsics_test


gcc_intrinsics_test, a C code which demonstrates intrinsic functions provided by the Gnu C compiler (gcc).

Licensing:

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

Languages:

gcc_intrinsics_test is available in a C version.

Related Data and Programs:

c_intrinsics_test, a C code which demonstrates intrinsic functions supplied by the C language.

cpp_intrinsics_test, a C++ program which demonstrates intrinsic functions supplied by the C++ language.

f90_intrinsics_test, a Fortran90 program which demonstrates intrinsic functions included with the Fortran90 standard language.

g++_intrinsics_test, a C++ program which demonstrates intrinsic functions provided by the G++ compiler.

gfortran_intrinsics_test, a Fortran90 program which demonstrates intrinsic functions included with the GFortran 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 11 July 2020.