Skip to content

C Code for Small Linux Arm Machine (SLAM) Testing

Notifications You must be signed in to change notification settings

rjcostales/slam_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Code for Small Linux Arm Machine (SLAM) Testing

Description

  • int_ops - test integer operation

  • fp_ops - test floating point operation

  • math_ops - test <math.h> functions

  • fibonacci - recursive fibonacci sequence test

  • primes - count primes between 1 - 1,000,000

  • pi_archemides - estimate pi using Archemides algorithm

  • semi_cir_arc - estimate arc of a semi cicle

  • sine_area - estimate area under a sine curve

  • dhrystone - Integer Test. See source code for notes.

  • whetstone - Floating Point Test. See source code for notes.

Requirements

gcc or clang
make

Instruction

cd slam_test/
./test_all.sh