Denis Bakhvalov

Results 39 comments of Denis Bakhvalov

Actually, you're right. I like to use powershell on windows (and maybe some other folks as well), so let's keep powershell commands as well.

My suggestion: ``` # Windows cmd prompt python export_book.py && pdflatex book.tex && bibtex book && pdflatex book.tex && pdflatex book.tex # Windows powershell function Run-Block-With-Error($block) { $ErrorActionPreference="Stop" Invoke-Command -ScriptBlock...

Fixed by https://github.com/dendibakh/perf-book/commit/41055d29168b80646d7327c51a3ef8738d83f5e1

> You can try to use "sse2neon" Thanks! Good idea.

> Hi @dendibakh, I can confirm that using sse2neon to solve the ["core_bound"]["compiler_intrinsics_1"] does work, This is nice to know! I haven't used sse2neon before. > albeit it is a...

I thought you said you wrote NEON instrinsics yourself without using sse2neon library, no?

> > I can confirm that using sse2neon to solve the ["core_bound"]["compiler_intrinsics_1"] does work, albeit it is a bit slower than writing pure ARM Neon code > > Hey, @dendibakh,...

Thanks, Yeah, I think I can release A5 format as well, though I'm afraid it would be small. Regarding build process... I agree it is not good and is based...

**TODO in this ticket: automate A5 paper size PDF releases.**