Skip to content

Commit

Permalink
close PPC stanza with a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
drossetti committed Feb 21, 2018
1 parent 7ccc20b commit 94a149e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdrapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ static int memcpy_uncached_store_sse(void *dest, const void *src, size_t n_bytes
static int memcpy_cached_store_sse(void *dest, const void *src, size_t n_bytes) { return 1; }
static int memcpy_uncached_load_sse41(void *dest, const void *src, size_t n_bytes) { return 1; }
static inline void wc_store_fence(void) { asm volatile("sync") ; }
#endif
#endif // GDRAPI_POWER

static int first_time = 1;
static int has_sse = 0;
Expand Down

0 comments on commit 94a149e

Please sign in to comment.