g++_intrinsics_test a C++ code which tests the intrinsic functions provided by the gnu G++ compiler.
The information on this web page is distributed under the MIT license.
g++_intrinsics_test is available in a C++ version.
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.