mpfr_libmpfr_buildopt_tune_case Method |
Namespace: Math.Mpfr.Native
public static char_ptr mpfr_buildopt_tune_case()
Public Shared Function mpfr_buildopt_tune_case As char_ptr
public: static char_ptr mpfr_buildopt_tune_case()
static member mpfr_buildopt_tune_case : unit -> char_ptr
This file is normally selected from the processor type.
if (gmp_lib.mp_bytes_per_limb == 4) Assert.IsTrue(mpfr_lib.mpfr_buildopt_tune_case().ToString() == "src/x86/mparam.h"); else Assert.IsTrue(mpfr_lib.mpfr_buildopt_tune_case().ToString() == "default");
If gmp_lib.mp_bytes_per_limb = 4 Then Assert.IsTrue(mpfr_lib.mpfr_buildopt_tune_case().ToString() = "src/x86/mparam.h") Else Assert.IsTrue(mpfr_lib.mpfr_buildopt_tune_case().ToString() = "default") End If
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.