Skip to content

Commit

Permalink
Merge pull request #31 from cnlohr/testhlsl
Browse files Browse the repository at this point in the history
Make compiler HLSL compliant
  • Loading branch information
cnlohr authored Apr 25, 2023
2 parents f5154ed + 7b783ed commit c2009dd
Show file tree
Hide file tree
Showing 4 changed files with 688 additions and 64 deletions.
8 changes: 8 additions & 0 deletions cachetest/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
all : cachetest

cachetest : cachetest.c
gcc -o $@ $^ -Os -I../mini-rv32ima

clean :
rm -rf *.o cachetest

4 changes: 4 additions & 0 deletions cachetest/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Cachetest (incomplete)

Playing with the idea of being able to have a cache, for systems where main system RAM access is slow.

Loading

0 comments on commit c2009dd

Please sign in to comment.