Skip to content

Commit

Permalink
docs: add suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Dec 4, 2023
1 parent 65caa1a commit f7e46de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

int main( void ) {
// Create a strided array:
const float x[] = { 1.0, -2.0, 3.0, -4.0, 5.0, -6.0, 7.0, -8.0 };
const float x[] = { 1.0f, -2.0f, 3.0f, -4.0f, 5.0f, -6.0f, 7.0f, -8.0f };

// Specify the number of elements:
const int N = 8;
Expand Down

0 comments on commit f7e46de

Please sign in to comment.