gcc_intrinsics_test


gcc_intrinsics_test, a C code which demonstrates some of the intrinsic functions provided by the GCC compiler.

Licensing:

The computer code and data files described and made available on this web page are 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 illustrates the use of intrinsic functions supplied by the C language.

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

f90_intrinsics_test, FORTRAN90 programs which include some examples of the use of intrinsic functions included with the FORTRAN90 standard language.

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

gfortran_intrinsics_test, a FORTRAN90 program which demonstrates the use of some of the 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.