Mathematical Library Detector

This C program detects the mathematical library you are using. Simply compile it with you favorite compiler and run it:

$ gcc libm-detector.c -lm
$ ./a.out
Mathematical Library Detector, version 1.0
Probably libm shipped with GNU libc, version >= 2.29

The current version (1.0) only works on x86_64 processors, and recognizes (see this link):

If your library is not recognized (or incorrectly recognized), please contact me.