---
name: flops
version: 2.0
origin: benchmarks/flops
comment: Floating point benchmark to give your MFLOPS rating
arch: freebsd:9:x86:64
www: http://performance.netlib.org/performance/html/flops.html
maintainer: ports@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 19359
desc: |
  flops.c is a C program which attempts to estimate your system's floating-
  point 'MFLOPS' rating for the FADD, FSUB, FMUL, and FDIV operations based on
  specific 'instruction mixes' (discussed below).  The program provides an
  estimate of PEAK MFLOPS performance by making maximal use of register
  variables with minimal interaction with main memory.  The execution loops
  are all small so that they will fit in any cache.  The flops.c execution
  modules include various percent weightings of FDIV's (from 0%25 to 25%25 FDIV's)
  so that the range of performance can be obtained when using FDIV's.  FDIV's,
  being computationally more intensive than FADD's or FMUL's, can impact
  performance considerably on some systems.

  WWW: http://performance.netlib.org/performance/html/flops.html
categories: [benchmarks]
files:
  /usr/local/bin/flops: 1fe6b918e46f9a498224e89268e9755aee691660a6e20b00ad19b26ec3978abc
  /usr/local/share/doc/flops/flops.doc: 1901b8b9c47a102d2262668efcd7ca2ab62793f2c354fbc201e6935f1150d4ab
directories:
  /usr/local/share/doc/flops/: n
scripts: {}
