view liboctave/octave.in.pc @ 31050:3a93a77dd4cf stable

Minor performance tweaks to isprime.m and __isprimelarge__.cc __isprimelarge__.cc: change an if-else ladder to a single equivalent return statement, about 1% faster and less code. isprime.m: periodic check and retune of internal threshold parameter used to select one technique over the other.
author Arun Giridhar <arungiridhar@gmail.com>
date Wed, 01 Jun 2022 17:19:30 -0400
parents 26070f36f1e7
children
line wrap: on
line source

Name: @PACKAGE_NAME@
Description: C++ interface to GNU Octave underlying library.
URL: https://www.octave.org
Version: @PACKAGE_VERSION@
Requires:
Requires.private:
Libs: -L@octlibdir@ @LIBOCTAVE@
Libs.private: @LIBOCTAVE_LINK_DEPS@
Cflags: -I@octincludedir@/..