Skip to content

Commit

Permalink
fix naming convention in documentation plp_math.h
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaywang committed Jul 29, 2020
1 parent 8d2e84c commit ff0d21d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions include/plp_math.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@

precision = {32, 16, 8} bits

method = {s, v, p} meaning single (or scalar, i.e. not using packed SIMD), vectorized (i.e. using
SIMD instructions), and parallel (for multicore parallel computing), respectively.
method = {s, p} respectively meaning single core or parallel multicore implementation.

isa extension = rv32im, xpulpv2, etc. of which rv32im is the most general one.

Expand All @@ -83,8 +82,7 @@

precision = {32, 16, 8} bits

method = {s, v, p} meaning single (or scalar, i.e. not using packed SIMD), vectorized (i.e. using
SIMD instructions), and parallel (for multicore parallel computing), respectively.
method = {s, p} respectively meaning single core or parallel multicore implementation.

isa extension = rv32im, xpulpv2, etc. of which rv32im is the most general one.

Expand Down

0 comments on commit ff0d21d

Please sign in to comment.