User Tools

Site Tools


haas:fall2017:discrete:projects:pnc0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
haas:fall2017:discrete:projects:pnc0 [2017/10/15 20:55] wedgehaas:fall2017:discrete:projects:pnc0 [2017/10/15 21:11] (current) – [Programs] wedge
Line 228: Line 228:
 It is your task to write the following prime number variants: It is your task to write the following prime number variants:
  
-  **primereg.c**: our baseline (does JUST the process, no optimizations) +  **primereg.c**: our baseline (does JUST the process, no optimizations) 
-  **primeregb.c**: tests specifically the break optimization +  **primeregb.c**: tests specifically the break optimization 
-  **primeregm.c**: tests specifically the map traversal +  **primeregm.c**: tests specifically the map traversal 
-  **primerego.c**: tests specifically the odd traversal +  **primerego.c**: tests specifically the odd traversal 
-  **primeregs.c**: tests specifically the square root trick (using sqrt()) +  **primeregs.c**: tests specifically the square root trick (using sqrt()) 
-  **primerega.c**: tests specifically the square root trick by approximating square root +  **primerega.c**: tests specifically the square root trick by approximating square root 
-  **primeregbm.c**: tests the break and map optimizations (together) +  **primeregbm.c**: tests the break and map optimizations (together) 
-  **primeregbo.c**: tests the break and odd optimizations (together) +  **primeregbo.c**: tests the break and odd optimizations (together) 
-  **primeregbs.c**: tests the break and sqrt() optimizations (together) +  **primeregbs.c**: tests the break and sqrt() optimizations (together) 
-  **primeregba.c**: tests the break and approximated square root optimizations (together)+  **primeregba.c**: tests the break and approximated square root optimizations (together)
  
 ====Program Specifications==== ====Program Specifications====
haas/fall2017/discrete/projects/pnc0.1508100957.txt.gz · Last modified: 2017/10/15 20:55 by wedge